@import "[default].parameters.css";

:root {
    --bs-breadcrumb-divider: '>';
}

header nav.navbar.bg-dark {
    background-color: rgba(47, 47, 47, .6) !important;
}
header nav.navbar.bg-light {
    background-color: var(--surface-white) !important;
}

.navbar-breadcrumb {
    position: fixed;
    top: var(--offset-menu);
    width: 100%;
    z-index: 99;
    background-color: rgba(47, 47, 47, .4) !important;
    padding: .5rem;
}

    .navbar-breadcrumb li.breadcrumb-item.active {
        color: var(--surface-white);
    }

    .navbar-breadcrumb a {
        color: #C7C7C7;
    }

    .navbar-breadcrumb.bg-light {
        background-color: rgba(255, 255, 255, .9) !important;
    }

        .navbar-breadcrumb.bg-light li.breadcrumb-item.active {
            color: var(--surface-black);
        }

        .navbar-breadcrumb.bg-light a {
            color: #818181;
        }

/* MODULO */
.header-feature {
    background-color: var(--main-text);
}

    .header-feature h1,
    .header-feature p {
        color: var(--main-white);
    }
    
/* RICERCA */
.dropdown-search {
    margin: 0;
    padding: 0;
}
.dropdown-search form {
    margin: 0;
    padding: 0;
}
.dropdown-search label {
    display: none;
}
.dropdown-search input {
    background-color: rgba(0,0,0,.9);
    background-clip: unset;
    border: 2px solid gray;
    border-radius: 0;
    padding-left: .4rem;
    padding-right: .4rem;
    max-height: 38px;
    min-width: 350px;
}
.dropdown-search button {
    color: var(--secondary-text);
}
.dropdown-search .dropdown-toggle::before
{
    display: none;
}

/* PRODOTTO */
.header-product {
    position: relative;
    color: var(--main-white);
    background-repeat: no-repeat !important;
    background-position: left bottom !important;
}

    .header-product .aside-product-dots {
        display: none;
    }

    .header-product .aside-product-image {
        position: static;
        width: 100%;
        object-fit: cover;
        max-height: 150px;
    }

    .header-product .img-product-dots {
        display: none;
    }

    .header-product .toolbar-product {
        background-color: rgba(255,255,255, .2);
    }

        .header-product .toolbar-product ul {
            margin: 0;
            padding: 1rem 0;
        }

            .header-product .toolbar-product ul li a {
                display: block;
                color: var(--main-white);
                text-transform: uppercase;
                font-weight: 600;
                text-decoration: none;
                line-height: 1rem;
                background-color: rgba(0,0,0,.75);
                padding: .6rem;
                margin: 0 .2rem;
                font-size: .8rem;
                border-radius: 6px;
            }

        .header-product .toolbar-product li a:hover {
            background-color: rgba(0,0,0,1);
        }

@media screen and (min-width: 768px) {
    .header-product .toolbar-product ul li a {
        font-size: 1rem;
        background-color: transparent;
    }

    .header-product .toolbar-product li a:hover {
        color: var(--main-text);
        background-color: transparent;
    }
}

@media screen and (min-width: 992px) {
    .header-product .min-height {
        min-height: 300px;
    }

    .header-product .aside-product-image {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto 0;
        z-index: 8;
        max-width: 400px;
        max-height: none;
        width: auto;
    }
}

@media screen and (min-width: 1200px) {
    .header-product .min-height {
        min-height: 500px;
    }

    .header-product .aside-product-image {
        max-width: 550px;
        width: auto;
    }
}

@media screen and (min-width: 1650px) {
    .header-product .min-height {
        min-height: 500px;
    }

    .header-product .aside-product-dots {
        display: block;
        position: absolute;
        left: 4rem;
        top: 2rem;
    }

    .header-product .aside-product-image {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto 0;
        max-width: none;
    }

    .header-product .img-product-dots {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 44rem;
        margin: auto 0;
        z-index: 9;
    }
}
